internal/runtime/maps.Iter.typ (field)
25 uses
internal/runtime/maps (current package)
table.go#L617: typ *abi.SwissMapType
table.go#L652: it.typ = typ
table.go#L676: return it.typ != nil
table.go#L736: newKey, newElem, ok := it.m.getWithKey(it.typ, key)
table.go#L761: if it.clearSeq == it.m.clearSeq && !it.typ.Key.Equal(key, key) {
table.go#L762: elem := it.group.elem(it.typ, slotIdx)
table.go#L763: if it.typ.IndirectElem() {
table.go#L806: key := it.group.key(it.typ, k)
table.go#L807: if it.typ.IndirectKey() {
table.go#L819: newKey, newElem, ok := it.m.getWithKey(it.typ, key)
table.go#L822: if it.clearSeq == it.m.clearSeq && !it.typ.Key.Equal(key, key) {
table.go#L823: elem = it.group.elem(it.typ, k)
table.go#L824: if it.typ.IndirectElem() {
table.go#L835: elem = it.group.elem(it.typ, k)
table.go#L836: if it.typ.IndirectElem() {
table.go#L943: it.group = it.tab.groups.group(it.typ, groupIdx)
table.go#L949: key := it.group.key(it.typ, slotIdx)
table.go#L950: if it.typ.IndirectKey() {
table.go#L968: elem = it.group.elem(it.typ, slotIdx)
table.go#L969: if it.typ.IndirectElem() {
table.go#L1011: it.group = it.tab.groups.group(it.typ, groupIdx)
table.go#L1042: key := it.group.key(it.typ, slotIdx)
table.go#L1043: if it.typ.IndirectKey() {
table.go#L1083: elem = it.group.elem(it.typ, slotIdx)
table.go#L1084: if it.typ.IndirectElem() {